home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2003 May (DVD) / Macworld Resource DVD May 2003.toast / Data / Shareware / Internet / RBrowser3.1.0.1.sit / RBrowser.3.1.0.1.dmg / RBrowser.app / Contents / Info.plist next >
Encoding:
Extensible Markup Language  |  2003-01-15  |  2.1 KB  |  88 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.     <key>CFBundleDevelopmentRegion</key>
  6.     <string>English</string>
  7.     <key>CFBundleDocumentTypes</key>
  8.     <array>
  9.         <dict>
  10.             <key>CFBundleTypeExtensions</key>
  11.             <array>
  12.                 <string>rbd</string>
  13.             </array>
  14.             <key>CFBundleTypeIconFile</key>
  15.             <string>rbd.icns</string>
  16.             <key>CFBundleTypeName</key>
  17.             <string>RBrowser Connection Document</string>
  18.             <key>CFBundleTypeRole</key>
  19.             <string>Viewer</string>
  20.         </dict>
  21.     </array>
  22.     <key>CFBundleExecutable</key>
  23.     <string>RBrowser</string>
  24.     <key>CFBundleGetInfoString</key>
  25.     <string>RBrowser 3.1.0.1 Copyright ¬©1993-2003 Robert Vasvari</string>
  26.     <key>CFBundleIconFile</key>
  27.     <string>AppIcon.icns</string>
  28.     <key>CFBundleIdentifier</key>
  29.     <string>com.rbrowser.rbrowser</string>
  30.     <key>CFBundleInfoDictionaryVersion</key>
  31.     <string>6.0</string>
  32.     <key>CFBundleName</key>
  33.     <string>RBrowser</string>
  34.     <key>CFBundlePackageType</key>
  35.     <string>APPL</string>
  36.     <key>CFBundleShortVersionString</key>
  37.     <string>3.1.0.1</string>
  38.     <key>CFBundleSignature</key>
  39.     <string>ROBI</string>
  40.     <key>CFBundleURLTypes</key>
  41.     <array>
  42.         <dict>
  43.             <key>CFBundleURLName</key>
  44.             <string>FTP url</string>
  45.             <key>CFBundleURLSchemes</key>
  46.             <array>
  47.                 <string>FTP</string>
  48.             </array>
  49.         </dict>
  50.     </array>
  51.     <key>CFBundleVersion</key>
  52.     <string>3.1.0.1</string>
  53.     <key>NSAppleScriptEnabled</key>
  54.     <string>YES</string>
  55.     <key>NSExtensions</key>
  56.     <dict>
  57.         <key>rbd</key>
  58.         <dict>
  59.             <key>NSIcon</key>
  60.             <string>rbd.icns</string>
  61.         </dict>
  62.     </dict>
  63.     <key>NSMainNibFile</key>
  64.     <string>RBrowserPro</string>
  65.     <key>NSPrincipalClass</key>
  66.     <string>RBApplication</string>
  67.     <key>NSServices</key>
  68.     <array>
  69.         <dict>
  70.             <key>NSMenuItem</key>
  71.             <dict>
  72.                 <key>default</key>
  73.                 <string>RBrowser/Open URL</string>
  74.             </dict>
  75.             <key>NSMessage</key>
  76.             <string>openURL</string>
  77.             <key>NSPortName</key>
  78.             <string>RBrowser</string>
  79.             <key>NSSendTypes</key>
  80.             <array>
  81.                 <string>NSStringPboardType</string>
  82.                 <string>NSURLPboardType</string>
  83.             </array>
  84.         </dict>
  85.     </array>
  86. </dict>
  87. </plist>
  88.